home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 January / maximum-cd-1999-01.iso / Symantec Visual Cafe / WDESAMPL.BIN / ParseException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-09-18  |  304 b   |  6 lines

  1. class ParseException extends Exception {
  2.    ParseException(String var1) {
  3.       super(var1);
  4.    }
  5. }
  6.